-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changed all instances of .bin to .guildpoint #365
Changed all instances of .bin to .guildpoint #365
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/proto_constant_size_on_map/input/pack/markers.guildpoint.textproto._old 2024-11-13 00:44:47.635628280 +0000
+++ xml_converter/integration_tests/test_cases/proto_constant_size_on_map/input/pack/markers.guildpoint.textproto._new 2024-11-13 00:44:47.643628264 +0000
@@ -0,0 +1,38 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ constant_size_on_map: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ constant_size_on_map: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/proto_constant_size_on_map/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:47.647628257 +0000
+++ xml_converter/integration_tests/test_cases/proto_constant_size_on_map/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:47.655628241 +0000
@@ -0,0 +1,38 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ constant_size_on_map: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ constant_size_on_map: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/proto_hide_category/input/pack/markers.guildpoint.textproto._old 2024-11-13 00:44:47.663628225 +0000
+++ xml_converter/integration_tests/test_cases/proto_hide_category/input/pack/markers.guildpoint.textproto._new 2024-11-13 00:44:47.671628208 +0000
@@ -0,0 +1,50 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ is_hidden: true
+ id: "(\350\314\006\302\223^\226"
+}
+category {
+ name: "My Category 2"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: "(\355i\3404\0141b"
+}
+category {
+ name: "My Category 3"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ is_hidden: true
+ id: "(\355i\3405\0141b"
+}
+category {
+ name: "My Category 4"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: "(\355i\3406\0141b"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/proto_hide_category/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:47.679628192 +0000
+++ xml_converter/integration_tests/test_cases/proto_hide_category/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:47.687628176 +0000
@@ -0,0 +1,50 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ is_hidden: true
+ id: "(\350\314\006\302\223^\226"
+}
+category {
+ name: "My Category 2"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: "(\355i\3404\0141b"
+}
+category {
+ name: "My Category 3"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ is_hidden: true
+ id: "(\355i\3405\0141b"
+}
+category {
+ name: "My Category 4"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: "(\355i\3406\0141b"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/proto_is_hidden_ingame/input/pack/markers.guildpoint.textproto._old 2024-11-13 00:44:47.695628160 +0000
+++ xml_converter/integration_tests/test_cases/proto_is_hidden_ingame/input/pack/markers.guildpoint.textproto._new 2024-11-13 00:44:47.703628144 +0000
@@ -0,0 +1,26 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ is_hidden_ingame: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ trail {
+ is_hidden_ingame: true
+ }
+ trail {
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/proto_is_hidden_ingame/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:47.711628128 +0000
+++ xml_converter/integration_tests/test_cases/proto_is_hidden_ingame/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:47.719628112 +0000
@@ -0,0 +1,26 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ is_hidden_ingame: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ trail {
+ is_hidden_ingame: true
+ }
+ trail {
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/proto_is_hidden_on_map/input/pack/markers.guildpoint.textproto._old 2024-11-13 00:44:47.727628096 +0000
+++ xml_converter/integration_tests/test_cases/proto_is_hidden_on_map/input/pack/markers.guildpoint.textproto._new 2024-11-13 00:44:47.735628080 +0000
@@ -0,0 +1,26 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ is_hidden_on_map: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ trail {
+ is_hidden_on_map: true
+ }
+ trail {
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/proto_is_hidden_on_map/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:47.739628073 +0000
+++ xml_converter/integration_tests/test_cases/proto_is_hidden_on_map/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:47.747628057 +0000
@@ -0,0 +1,26 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ is_hidden_on_map: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ trail {
+ is_hidden_on_map: true
+ }
+ trail {
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/proto_is_hidden_on_minimap/input/pack/markers.guildpoint.textproto._old 2024-11-13 00:44:47.755628041 +0000
+++ xml_converter/integration_tests/test_cases/proto_is_hidden_on_minimap/input/pack/markers.guildpoint.textproto._new 2024-11-13 00:44:47.763628024 +0000
@@ -0,0 +1,26 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ is_hidden_on_minimap: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ trail {
+ is_hidden_on_minimap: true
+ }
+ trail {
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/proto_is_hidden_on_minimap/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:47.771628008 +0000
+++ xml_converter/integration_tests/test_cases/proto_is_hidden_on_minimap/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:47.779627992 +0000
@@ -0,0 +1,26 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ is_hidden_on_minimap: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ trail {
+ is_hidden_on_minimap: true
+ }
+ trail {
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/proto_type_valid/input/pack/markers.guildpoint.textproto._old 2024-11-13 00:44:47.787627976 +0000
+++ xml_converter/integration_tests/test_cases/proto_type_valid/input/pack/markers.guildpoint.textproto._new 2024-11-13 00:44:47.795627960 +0000
@@ -0,0 +1,48 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: "(\350\314\006\302\223^\226"
+}
+category {
+ name: "Nested Level One"
+ children {
+ name: "Nested Level Two"
+ children {
+ name: "Nested Level Three"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: "p,T\324\205\337\210\244"
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: "\270\232\334\270\267xj\317"
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: ",\222\247\355j@\016:"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/proto_type_valid/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:47.803627944 +0000
+++ xml_converter/integration_tests/test_cases/proto_type_valid/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:47.811627928 +0000
@@ -0,0 +1,48 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: "(\350\314\006\302\223^\226"
+}
+category {
+ name: "Nested Level One"
+ children {
+ name: "Nested Level Two"
+ children {
+ name: "Nested Level Three"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: "p,T\324\205\337\210\244"
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: "\270\232\334\270\267xj\317"
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: ",\222\247\355j@\016:"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_achievement_bit_index_valid/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:47.819627912 +0000
+++ xml_converter/integration_tests/test_cases/xml_achievement_bit_index_valid/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:47.823627904 +0000
@@ -0,0 +1,33 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ achievement_bit_index: 5
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ achievement_bit_index: 2147483647
+ }
+ trail {
+ achievement_bit_index: 5
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_achievement_id/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:47.831627888 +0000
+++ xml_converter/integration_tests/test_cases/xml_achievement_id/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:47.839627872 +0000
@@ -0,0 +1,60 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ achievement_id: 1
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ achievement_id: 5
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ achievement_id: 2147483647
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ achievement_id: -2147483648
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ achievement_id: -5
+ }
+ trail {
+ achievement_id: 5
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_animation_speed/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:47.847627856 +0000
+++ xml_converter/integration_tests/test_cases/xml_animation_speed/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:47.855627840 +0000
@@ -0,0 +1,182 @@
+category {
+ name: "My Category"
+ trail {
+ map_id: 50
+ trail_data {
+ points_x: 1
+ points_x: 2
+ points_x: 3
+ points_y: 4
+ points_y: 5
+ points_y: 6
+ points_z: 7
+ points_z: 8
+ points_z: 9
+ }
+ }
+ trail {
+ map_id: 50
+ trail_data {
+ points_x: 1
+ points_x: 2
+ points_x: 3
+ points_y: 4
+ points_y: 5
+ points_y: 6
+ points_z: 7
+ points_z: 8
+ points_z: 9
+ }
+ animation_speed: 1
+ }
+ trail {
+ map_id: 50
+ trail_data {
+ points_x: 1
+ points_x: 2
+ points_x: 3
+ points_y: 4
+ points_y: 5
+ points_y: 6
+ points_z: 7
+ points_z: 8
+ points_z: 9
+ }
+ animation_speed: 3.14
+ }
+ trail {
+ map_id: 50
+ trail_data {
+ points_x: 1
+ points_x: 2
+ points_x: 3
+ points_y: 4
+ points_y: 5
+ points_y: 6
+ points_z: 7
+ points_z: 8
+ points_z: 9
+ }
+ animation_speed: 123.456
+ }
+ trail {
+ map_id: 50
+ trail_data {
+ points_x: 1
+ points_x: 2
+ points_x: 3
+ points_y: 4
+ points_y: 5
+ points_y: 6
+ points_z: 7
+ points_z: 8
+ points_z: 9
+ }
+ }
+ trail {
+ map_id: 50
+ trail_data {
+ points_x: 1
+ points_x: 2
+ points_x: 3
+ points_y: 4
+ points_y: 5
+ points_y: 6
+ points_z: 7
+ points_z: 8
+ points_z: 9
+ }
+ animation_speed: 1
+ }
+ trail {
+ map_id: 50
+ trail_data {
+ points_x: 1
+ points_x: 2
+ points_x: 3
+ points_y: 4
+ points_y: 5
+ points_y: 6
+ points_z: 7
+ points_z: 8
+ points_z: 9
+ }
+ animation_speed: 3.14
+ }
+ trail {
+ map_id: 50
+ trail_data {
+ points_x: 1
+ points_x: 2
+ points_x: 3
+ points_y: 4
+ points_y: 5
+ points_y: 6
+ points_z: 7
+ points_z: 8
+ points_z: 9
+ }
+ animation_speed: 123.456
+ }
+ trail {
+ map_id: 50
+ trail_data {
+ points_x: 1
+ points_x: 2
+ points_x: 3
+ points_y: 4
+ points_y: 5
+ points_y: 6
+ points_z: 7
+ points_z: 8
+ points_z: 9
+ }
+ animation_speed: -3.14
+ }
+ trail {
+ map_id: 50
+ trail_data {
+ points_x: 1
+ points_x: 2
+ points_x: 3
+ points_y: 4
+ points_y: 5
+ points_y: 6
+ points_z: 7
+ points_z: 8
+ points_z: 9
+ }
+ animation_speed: -123.456
+ }
+ trail {
+ map_id: 50
+ trail_data {
+ points_x: 1
+ points_x: 2
+ points_x: 3
+ points_y: 4
+ points_y: 5
+ points_y: 6
+ points_z: 7
+ points_z: 8
+ points_z: 9
+ }
+ animation_speed: -3.14
+ }
+ trail {
+ map_id: 50
+ trail_data {
+ points_x: 1
+ points_x: 2
+ points_x: 3
+ points_y: 4
+ points_y: 5
+ points_y: 6
+ points_z: 7
+ points_z: 8
+ points_z: 9
+ }
+ animation_speed: -123.456
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_canfade_invalid/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:47.863627824 +0000
+++ xml_converter/integration_tests/test_cases/xml_canfade_invalid/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:47.871627808 +0000
@@ -0,0 +1,20 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_canfade_valid/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:47.879627792 +0000
+++ xml_converter/integration_tests/test_cases/xml_canfade_valid/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:47.887627776 +0000
@@ -0,0 +1,38 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ disable_player_cutout: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ disable_player_cutout: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_category_inheritance/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:47.895627760 +0000
+++ xml_converter/integration_tests/test_cases/xml_category_inheritance/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:47.903627744 +0000
@@ -0,0 +1,84 @@
+category {
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 170.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 211.65
+ z: 215.83
+ }
+ }
+ id: "(\350\314\006\302\223^\226"
+}
+category {
+ children {
+ children {
+ icon {
+ map_id: 50
+ position {
+ x: 111
+ y: 222
+ z: 333
+ }
+ }
+ id: "p,T\324\205\337\210\244"
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 111
+ y: 222
+ }
+ }
+ id: "\270\232\334\270\267xj\317"
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 111
+ }
+ }
+ id: ",\222\247\355j@\016:"
+}
+category {
+ children {
+ trail {
+ texture_id: 1
+ map_id: 50
+ trail_data {
+ points_x: 1
+ points_x: 2
+ points_x: 3
+ points_y: 4
+ points_y: 5
+ points_y: 6
+ points_z: 7
+ points_z: 8
+ points_z: 9
+ }
+ animation_speed: 1
+ }
+ id: "\361@\242\320/\212\204\001"
+ }
+ id: "s\357U\206f\255\240\345"
+}
+textures {
+}
+textures {
+ filepath: "texture_one.png"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_category_name/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:47.907627736 +0000
+++ xml_converter/integration_tests/test_cases/xml_category_name/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:47.915627720 +0000
@@ -0,0 +1,28 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_cull_chirality/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:47.939627672 +0000
+++ xml_converter/integration_tests/test_cases/xml_cull_chirality/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:47.947627656 +0000
@@ -0,0 +1,30 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ cull_chirality: clockwise
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ cull_chirality: counter_clockwise
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_default_toggle/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:47.955627640 +0000
+++ xml_converter/integration_tests/test_cases/xml_default_toggle/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:47.963627624 +0000
@@ -0,0 +1,50 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ is_hidden: true
+ id: "(\350\314\006\302\223^\226"
+}
+category {
+ name: "My Category 2"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: "(\355i\3404\0141b"
+}
+category {
+ name: "My Category 3"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ is_hidden: true
+ id: "(\355i\3405\0141b"
+}
+category {
+ name: "My Category 4"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: "(\355i\3406\0141b"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_display_name_valid/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:47.967627615 +0000
+++ xml_converter/integration_tests/test_cases/xml_display_name_valid/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:47.975627599 +0000
@@ -0,0 +1,48 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: "(\350\314\006\302\223^\226"
+}
+category {
+ name: "Nested Level One"
+ children {
+ name: "Nested Level Two"
+ children {
+ name: "Nested Level Three"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: "p,T\324\205\337\210\244"
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: "\270\232\334\270\267xj\317"
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: ",\222\247\355j@\016:"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_fade_distance/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:47.983627584 +0000
+++ xml_converter/integration_tests/test_cases/xml_fade_distance/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:47.991627568 +0000
@@ -0,0 +1,87 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ distance_fade_end: 1
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ distance_fade_end: 3.14
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ distance_fade_end: 123.456
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ distance_fade_end: 3.14159
+ distance_fade_start: 3.14
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ distance_fade_end: 123.456
+ distance_fade_start: 3.14
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ distance_fade_end: 3.14
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ distance_fade_end: 123.456
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ trail {
+ distance_fade_end: 3.14
+ }
+ trail {
+ distance_fade_end: 3.14159
+ distance_fade_start: 3.14
+ }
+ trail {
+ distance_fade_end: 3.14
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_festival_filter/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:47.999627552 +0000
+++ xml_converter/integration_tests/test_cases/xml_festival_filter/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:48.007627536 +0000
@@ -0,0 +1,50 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ festival_filter {
+ dragonbash: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ festival_filter {
+ super_adventure_festival: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ festival_filter {
+ super_adventure_festival: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ festival_filter {
+ festival_of_the_four_winds: true
+ halloween: true
+ lunar_new_year: true
+ }
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_is_wall/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:48.015627520 +0000
+++ xml_converter/integration_tests/test_cases/xml_is_wall/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:48.019627511 +0000
@@ -0,0 +1,18 @@
+category {
+ name: "My Category"
+ trail {
+ map_id: 50
+ is_wall: true
+ }
+ trail {
+ map_id: 50
+ is_wall: true
+ }
+ trail {
+ map_id: 50
+ }
+ trail {
+ map_id: 50
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_map_id/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:48.027627495 +0000
+++ xml_converter/integration_tests/test_cases/xml_map_id/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:48.035627480 +0000
@@ -0,0 +1,43 @@
+category {
+ name: "My Category"
+ icon {
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 1
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 5
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 2147483647
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_map_type_filter/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:48.043627468 +0000
+++ xml_converter/integration_tests/test_cases/xml_map_type_filter/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:48.051627456 +0000
@@ -0,0 +1,85 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ map_type_filter {
+ unknown_map: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ map_type_filter {
+ redirect_map: true
+ character_create_map: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ map_type_filter {
+ redirect_map: true
+ character_create_map: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ map_type_filter {
+ redirect_map: true
+ character_create_map: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ map_type_filter {
+ unknown_map: true
+ redirect_map: true
+ character_create_map: true
+ pvp_map: true
+ gvg_map: true
+ instance_map: true
+ public_map: true
+ tournament_map: true
+ tutorial_map: true
+ user_tournament_map: true
+ center_map: true
+ eternal_battlegrounds_map: true
+ bluehome_map: true
+ blue_borderlands_map: true
+ green_home_map: true
+ green_borderlands_map: true
+ red_home_map: true
+ red_borderlands_map: true
+ fortunes_vale_map: true
+ jump_puzzle_map: true
+ obsidian_sanctum_map: true
+ edge_of_the_mists_map: true
+ public_mini_map: true
+ wvw_lounge_map: true
+ }
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_mount_filter_invalid/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:48.059627444 +0000
+++ xml_converter/integration_tests/test_cases/xml_mount_filter_invalid/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:48.067627432 +0000
@@ -0,0 +1,44 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ mount_filter {
+ raptor: true
+ springer: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ mount_filter {
+ raptor: true
+ springer: true
+ }
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_mountfilter_valid/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:48.075627420 +0000
+++ xml_converter/integration_tests/test_cases/xml_mountfilter_valid/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:48.079627413 +0000
@@ -0,0 +1,59 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ mount_filter {
+ raptor: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ mount_filter {
+ raptor: true
+ springer: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ mount_filter {
+ raptor: true
+ springer: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ mount_filter {
+ raptor: true
+ springer: true
+ skimmer: true
+ jackal: true
+ griffon: true
+ roller_beetle: true
+ warclaw: true
+ skyscale: true
+ skiff: true
+ seige_turtle: true
+ }
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_profession_filter/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:48.087627401 +0000
+++ xml_converter/integration_tests/test_cases/xml_profession_filter/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:48.095627389 +0000
@@ -0,0 +1,70 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ profession_filter {
+ guardian: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ profession_filter {
+ warrior: true
+ engineer: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ profession_filter {
+ warrior: true
+ engineer: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ profession_filter {
+ guardian: true
+ warrior: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ profession_filter {
+ guardian: true
+ warrior: true
+ engineer: true
+ ranger: true
+ thief: true
+ elementalist: true
+ mesmer: true
+ necromancer: true
+ revenant: true
+ }
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_render_ingame/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:48.103627377 +0000
+++ xml_converter/integration_tests/test_cases/xml_render_ingame/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:48.111627365 +0000
@@ -0,0 +1,92 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ is_hidden_ingame: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ is_hidden_ingame: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ is_hidden_ingame: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ is_hidden_ingame: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ trail {
+ is_hidden_ingame: true
+ }
+ trail {
+ is_hidden_ingame: true
+ }
+ trail {
+ }
+ trail {
+ }
+ trail {
+ is_hidden_ingame: true
+ }
+ trail {
+ is_hidden_ingame: true
+ }
+ trail {
+ }
+ trail {
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_render_on_map/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:48.119627353 +0000
+++ xml_converter/integration_tests/test_cases/xml_render_on_map/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:48.127627340 +0000
@@ -0,0 +1,92 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ is_hidden_on_map: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ is_hidden_on_map: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ is_hidden_on_map: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ is_hidden_on_map: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ trail {
+ is_hidden_on_map: true
+ }
+ trail {
+ is_hidden_on_map: true
+ }
+ trail {
+ }
+ trail {
+ }
+ trail {
+ is_hidden_on_map: true
+ }
+ trail {
+ is_hidden_on_map: true
+ }
+ trail {
+ }
+ trail {
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_render_on_minimap/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:48.131627334 +0000
+++ xml_converter/integration_tests/test_cases/xml_render_on_minimap/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:48.139627322 +0000
@@ -0,0 +1,92 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ is_hidden_on_minimap: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ is_hidden_on_minimap: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ is_hidden_on_minimap: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ is_hidden_on_minimap: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ trail {
+ is_hidden_on_minimap: true
+ }
+ trail {
+ is_hidden_on_minimap: true
+ }
+ trail {
+ }
+ trail {
+ }
+ trail {
+ is_hidden_on_minimap: true
+ }
+ trail {
+ is_hidden_on_minimap: true
+ }
+ trail {
+ }
+ trail {
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_scale_on_map_with_zoom/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:48.147627310 +0000
+++ xml_converter/integration_tests/test_cases/xml_scale_on_map_with_zoom/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:48.155627298 +0000
@@ -0,0 +1,38 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ constant_size_on_map: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ constant_size_on_map: true
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_specialization_filter/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:48.163627286 +0000
+++ xml_converter/integration_tests/test_cases/xml_specialization_filter/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:48.171627273 +0000
@@ -0,0 +1,170 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ specialization_filter {
+ guardian_firebrand: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ specialization_filter {
+ engineer_scrapper: true
+ warrior_berserker: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ specialization_filter {
+ engineer_holosmith: true
+ warrior_spellbreaker: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ specialization_filter {
+ guardian_willbender: true
+ warrior_bladesworn: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ specialization_filter {
+ elementalist_tempest: true
+ engineer_scrapper: true
+ guardian_dragonhunter: true
+ mesmer_chronomancer: true
+ necromancer_reaper: true
+ ranger_druid: true
+ revenant_herald: true
+ thief_daredevil: true
+ warrior_berserker: true
+ elementalist_weaver: true
+ engineer_holosmith: true
+ guardian_firebrand: true
+ mesmer_mirage: true
+ necromancer_scourge: true
+ ranger_soulbeast: true
+ revenant_renegade: true
+ thief_deadeye: true
+ warrior_spellbreaker: true
+ elementalist_catalyst: true
+ engineer_mechanist: true
+ guardian_willbender: true
+ mesmer_virtuoso: true
+ necromancer_harbinger: true
+ ranger_untamed: true
+ revenant_vindicator: true
+ thief_specter: true
+ warrior_bladesworn: true
+ elementalist_air: true
+ elementalist_arcane: true
+ elementalist_earth: true
+ elementalist_fire: true
+ elementalist_water: true
+ engineer_alchemy: true
+ engineer_explosives: true
+ engineer_firearms: true
+ engineer_inventions: true
+ engineer_tools: true
+ guardian_honor: true
+ guardian_radiance: true
+ guardian_valor: true
+ guardian_virtues: true
+ guardian_zeal: true
+ mesmer_chaos: true
+ mesmer_domination: true
+ mesmer_dueling: true
+ mesmer_illusions: true
+ mesmer_inspiration: true
+ necromancer_blood_magic: true
+ necromancer_curses: true
+ necromancer_death_magic: true
+ necromancer_soul_reaping: true
+ necromancer_spite: true
+ ranger_beastmastery: true
+ ranger_marksmanship: true
+ ranger_nature_magic: true
+ ranger_skirmishing: true
+ ranger_wilderness_survival: true
+ revenant_corruption: true
+ revenant_devastation: true
+ revenant_invocation: true
+ revenant_retribution: true
+ revenant_salvation: true
+ thief_acrobatics: true
+ thief_critical_strikes: true
+ thief_deadly_arts: true
+ thief_shadow_arts: true
+ thief_trickery: true
+ warrior_arms: true
+ warrior_defense: true
+ warrior_discipline: true
+ warrior_strength: true
+ warrior_tactics: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ specialization_filter {
+ elementalist_tempest: true
+ engineer_scrapper: true
+ guardian_dragonhunter: true
+ mesmer_chronomancer: true
+ necromancer_reaper: true
+ ranger_druid: true
+ revenant_herald: true
+ thief_daredevil: true
+ warrior_berserker: true
+ elementalist_weaver: true
+ engineer_holosmith: true
+ guardian_firebrand: true
+ mesmer_mirage: true
+ necromancer_scourge: true
+ ranger_soulbeast: true
+ revenant_renegade: true
+ thief_deadeye: true
+ warrior_spellbreaker: true
+ elementalist_catalyst: true
+ engineer_mechanist: true
+ guardian_willbender: true
+ mesmer_virtuoso: true
+ necromancer_harbinger: true
+ ranger_untamed: true
+ revenant_vindicator: true
+ thief_specter: true
+ warrior_bladesworn: true
+ }
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_species_filter/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:48.179627261 +0000
+++ xml_converter/integration_tests/test_cases/xml_species_filter/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:48.187627249 +0000
@@ -0,0 +1,128 @@
+category {
+ name: "My Category"
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ species_filter {
+ asura: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ species_filter {
+ asura: true
+ charr: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ species_filter {
+ asura: true
+ charr: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ species_filter {
+ human: true
+ norn: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ species_filter {
+ asura: true
+ charr: true
+ human: true
+ norn: true
+ sylvari: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ species_filter {
+ asura: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ species_filter {
+ asura: true
+ charr: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ species_filter {
+ asura: true
+ charr: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ species_filter {
+ human: true
+ norn: true
+ }
+ }
+ icon {
+ map_id: 50
+ position {
+ x: 169.81
+ y: 210.65
+ z: 215.83
+ }
+ species_filter {
+ asura: true
+ charr: true
+ human: true
+ norn: true
+ sylvari: true
+ }
+ }
+ id: "(\350\314\006\302\223^\226"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_texture/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:48.195627237 +0000
+++ xml_converter/integration_tests/test_cases/xml_texture/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:48.203627225 +0000
@@ -0,0 +1,31 @@
+category {
+ name: "My Category"
+ icon {
+ texture_id: 1
+ map_id: 50
+ }
+ icon {
+ texture_id: 2
+ map_id: 50
+ }
+ icon {
+ texture_id: 3
+ map_id: 50
+ }
+ trail {
+ texture_id: 1
+ map_id: 50
+ }
+ id: "(\350\314\006\302\223^\226"
+}
+textures {
+}
+textures {
+ filepath: "texture_one.png"
+}
+textures {
+ filepath: "texture_two.png"
+}
+textures {
+ filepath: "somedir/texture_three.png"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_texture_invalid/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:48.211627213 +0000
+++ xml_converter/integration_tests/test_cases/xml_texture_invalid/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:48.219627200 +0000
@@ -0,0 +1,13 @@
+category {
+ name: "MyCategory"
+ icon {
+ texture_id: 1
+ map_id: 50
+ }
+ id: "(\350\314\006\302\223^\226"
+}
+textures {
+}
+textures {
+ filepath: "texture_01.png"
+}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full Diff
--- xml_converter/integration_tests/test_cases/xml_trail_data/output_proto/markers.guildpoint.textproto._old 2024-11-13 00:44:48.227627188 +0000
+++ xml_converter/integration_tests/test_cases/xml_trail_data/output_proto/markers.guildpoint.textproto._new 2024-11-13 00:44:48.235627176 +0000
@@ -0,0 +1,18 @@
+category {
+ name: "My Category"
+ trail {
+ map_id: 50
+ trail_data {
+ points_x: 1
+ points_x: 2
+ points_x: 3
+ points_y: 4
+ points_y: 5
+ points_y: 6
+ points_z: 7
+ points_z: 8
+ points_z: 9
+ }
+ }
+ id: "(\350\314\006\302\223^\226"
+}
No description provided.